* editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2011 16:10:37 +0000 (09:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2011 16:10:37 +0000 (09:10 -0700)
commitc76670d95198da43c48211d6bedbe7cbf2d1f922
tree147a29be38d2c78c456fc22a2a0110580f0e853f
parent32d223f373c3d5375e13951138114145529654b4
* editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).

This occurs when processing a multibyte format, which can happen
when using 'eval'.  Problem reported by Wolfgang Jenker.
src/ChangeLog
src/editfns.c